From 118d50a76e382839d5905b08f9b924d8b37cdd25 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Mon, 9 Jan 2012 14:13:54 +1100 Subject: [PATCH] removed experimental HTML5 microdata implementation from default template set --- templates/post_reply.html | 15 +++++++-------- templates/post_thread.html | 18 ++++++++---------- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/templates/post_reply.html b/templates/post_reply.html index e01567a2..687040f6 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -1,14 +1,13 @@ {% filter remove_whitespace %} {# tabs and new lines will be ignored #} -
+

{% if config.poster_ids %} ID: {{ post.ip|poster_id(post.thread) }} {% endif %} - - No. + + {% elseif post.file and post.file %}

File: {{ post.file }} ( @@ -92,7 +91,7 @@ {% endif %} {{ post.postControls }} -

+

{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}

diff --git a/templates/post_thread.html b/templates/post_thread.html index ad65e6fc..2bc2a7ce 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -2,13 +2,13 @@ {# tabs and new lines will be ignored #} {% if index %} -
+
{% endif %} {% if post.embed %} {{ post.embed }} {% elseif post.file == 'deleted' %} - + {% elseif post.file and post.file %}

File: {{ post.file }} ( @@ -47,12 +47,12 @@ {{ config.uri_thumb }}{{ post.thumb }} {% endif %}" style="width:{{ post.thumbx }}px;height:{{ post.thumby }}px" alt="" /> {% endif %} -

+

{% if config.poster_ids %} ID: {{ post.ip|poster_id(post.id) }} {% endif %} - + No. {% endif %} {% if index %} - [{% trans %}Reply{% endtrans %}] + [{% trans %}Reply{% endtrans %}] {% endif %} {{ post.postControls }}

-

+

{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}

{% if post.omitted or post.omitted_images %} @@ -128,9 +128,7 @@ {% endif %} omitted. Click reply to view. {% endif %} - {% if not index %} - {% endif %}
{% endfilter %} {% set hr = post.hr %}